home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / arc / fact127.zip / MINI.INI < prev    next >
Text File  |  1996-05-23  |  630b  |  37 lines

  1. ;
  2. ;  This is only a basic .INI file.  See FULL.INI for more compressor
  3. ;  definitions and instructions for adding your own.
  4. ;
  5. ;  (This is the same as "FACT.INI" as supplied with the FACT package.)
  6. ;
  7. EXT=ARC
  8. DC=N
  9. RE=pkpak.exe -ma
  10. DE=pkunpak.exe
  11. ;
  12. EXT=ARJ
  13. DC=Y
  14. RE=arj.exe m -a+ -r+ -y+ -m1 -jm1 -jt+
  15. DE=arj.exe x -y+ -jg+
  16. ;
  17. EXT=LZH
  18. DC=Y
  19. RE=lha.exe m -a -r2 -x1 -p
  20. DE=lha.exe x -a -c -m1
  21. ;
  22. EXT=RAR
  23. DC=Y
  24. RE=rar.exe m -r -std -bw -y
  25. DE=rar.exe x -o+ -std -bw -y
  26. ;
  27. EXT=UC2
  28. DC=Y
  29. RE=uc.exe a -m -s -f -tst -b
  30. DE=uc.exe e -s -f
  31. ;
  32. EXT=ZIP
  33. DC=Y
  34. RE=pkzip.exe -m -wHS -Jrhs -rp
  35. DE=pkunzip.exe -d -o -Jrhs
  36. ;
  37.